Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alobugdays/67-resnet-mean-std-norm-at-instantiation #270

Merged
merged 2 commits into from
Nov 17, 2022

Conversation

tflahaul
Copy link
Contributor

  • Check if the requested normalization is supported
  • Set the mean_std property to resnet_rgb_mean_std at instantiation when using normalization="resnet"

closes issue #67


This pull request includes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@tflahaul tflahaul added bug Something isn't working aloscene aloscene alobugdays labels Nov 17, 2022
@Data-Iab Data-Iab self-requested a review November 17, 2022 14:17
@Data-Iab Data-Iab merged commit feb811e into alobugdays Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alobugdays aloscene aloscene bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Currently is is not possible to create a Frame directly in resnet norm
2 participants